ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexMap<T> Class / Center Property






In This Topic
    Center Property (FlexMap<T>)
    In This Topic
    Gets or sets the map center in geo coordinates.
    Syntax
    'Declaration
     
    
    Public Property Center As DataPoint
    'Usage
     
    
    Dim instance As FlexMap(Of T)
    Dim value As DataPoint
     
    instance.Center = value
     
    value = instance.Center
    public DataPoint Center {get; set;}
    public read-write property Center: DataPoint; 
    public function get,set Center : DataPoint
    public: __property DataPoint* get_Center();
    public: __property void set_Center( 
       DataPoint* value
    );
    public:
    property DataPoint^ Center {
       DataPoint^ get();
       void set (    DataPoint^ value);
    }
    See Also